Parameters

data class Parameters(val inputFileName: String = "", val factor: Float = 0.2f, val gamma: Float = 1.0f, val outputFileName: String = "")

Parse inputs for main. inputFileName for the image location, factor and gamma for normalizing the images and outputFileName to save the produced image.

Constructors

Link copied to clipboard
constructor(inputFileName: String = "", factor: Float = 0.2f, gamma: Float = 1.0f, outputFileName: String = "")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard